Welcome![Sign In][Sign Up]
Location:
Search - error correct code

Search list

[Windows DevelopRS_VC_code

Description: 实现了一种RS码的纠错方案,用随机信源和随机差错调试正确-achieve a RS error-correcting code, with random source and random error debugging correct
Platform: | Size: 144563 | Author: 周彬 | Hits:

[JSP/Javajava_Grou

Description: 在计算机和各类数据通信中传递二进制信号的时候,由于存在各种干扰,会使得传递的信息发生失真现象,这时候就要用到纠错码。 为了能够发现或纠正编码中的错误,我们必须通过一定的手段来对信息的编码谨慎选择,经过选择的编码在出错的时候能够很容易的发现和纠正。比如我们选择了编码{000,111},当传输中发生了一位错,我们就能够发现并纠正,比如收到的编码是001,我们就可以将它纠正为000。 汉明距离用于表示两个码字中不同位的数目。群码是一种纠错码,根据群码中不同的汉明距离,群码可以保持一定的纠错能力。 直接压缩-in various computer and data communications transmission of binary signals, because of the existence of all kinds of interference, would allow transfer of information distortion occurred, this time will be used error-correcting codes. In order to be able to detect or correct coding errors, we must adopt certain measures to information on the coding prudent choice, selected coding error in the time can be easily found and corrected. For instance, we chose to 000,111) (coding, transmission occurred one mistake, we will be able to detect and correct, For example, before the code is 001, we can rectify it to 000. Hamming distance is used to mean two different code word the number. Group code is error-correcting codes, group codes different Hamming distance, group codes can maintain a certain e
Platform: | Size: 92160 | Author: 海易 | Hits:

[Windows DevelopRS_VC_code

Description: 实现了一种RS码的纠错方案,用随机信源和随机差错调试正确-achieve a RS error-correcting code, with random source and random error debugging correct
Platform: | Size: 144384 | Author: 周彬 | Hits:

[Other Embeded programhanmingmadecode

Description: 汉明码的译码c语言实现,汉明码可以检查多位而只能纠正以为错误-Hamming code c language realize the decoding, hamming code can check the number but only to correct that error
Platform: | Size: 2048 | Author: charles | Hits:

[matlabmse

Description: 采用Matlab编写的最小二乘法,实现对两类的正确分类-Prepared by the use of Matlab least squares method, to realize two types of correct classification
Platform: | Size: 2048 | Author: junrren | Hits:

[Software EngineeringCode.Craft.The.Practice.of.Writing.Excellent.Code.

Description: 如果你可以编写出合格的代码,但是想更进一步、创作出组织良好而且易于理解的代码,并希望成为一名真正的编程专家或提高现有的职业技能,那么《编程匠艺——编写卓越的代码》都会为你给出答案。本书的内容遍及编程的各个要素,如代码风格、变量命名、错误处理和安全性等。此外,本书还对一些更广泛的编程问题进行了探讨,如有效的团队合作、开发过程和文档编写,-Many programmers know how to write correct code- code that works. But not all know how to craft great code- code that is well written and easy to understand. Code Craft teaches programmers how to move beyond writing correct code to writing great code. The book covers code writing concerns, including code presentation style, variable naming, error handling, and security and the wider issues of programming in the real world, such as good teamwork, development processes, and documentation. Code Craft presents language-agnostic advice that is relevant to all developers, from an author with loads of practical experience. A Q&A section at the end of each chapter helps readers to review the material and makes the book suited for academic use as well.
Platform: | Size: 2320384 | Author: 王炯 | Hits:

[Communication-MobileJohn.Wiley.and.Sons.Essentials.of.Error.Control.Co

Description: 第1章 用于可靠数字传输和存储的编码 第2章 代数引论 第3章 线性分组码 第4章 重要的线性分组吗 第5章 循环码 第6章 二进制BCH码 第7章 非二进制BCH码、RS码及其译码算法 第8章 大数逻辑可译码有限几何码 第9章 线性分组码的网络 第10章 基于可靠性的线性分组码软判决译码算法 第11章 卷积码 第12章 卷积码的最优译码 第13章 卷积码的次优译码 第14章 基于网络的软判决译码算法 第15章 级联编码、码分解与多阶段译码 第16章 Turbo编码  第17章 低密度单奇偶校验码 第18章 网络编码调制 第19章 分组编码调制 第20章 纠突发错误码 第21章 纠突发错误卷积码 第22章 自动请求重传(ARQ)策略 附录A 伽罗华域的表 附录B GF(2m)中元素的最小多项式 附录C 长度至2 10-1的二进制本原BCH码的生成多项式 9.6 卷积码 -Error-controlled coding techniques are used to detect and/or correct errors that occur in the message transmission in a digital communications system. Wireless personal channels used by mobile communications systems and storage systems for digital multimedia data all require the implementation of error control coding methods. Demonstrating the role of coding in communication and data storage system design, this text illustrates the correct use of codes and the selection of the right code parameters. Relevant decoding techniques and their implementation are discussed in detail. Providing communication systems engineers and students with guidance in the application of error-control coding, this book emphasizes the fundamental concepts of coding theory while minimising the use of mathematical tools. * Reader-friendly approach ti coding in communication systems providing examples of encoding and decoding, information theory and criteria for code selection * Thorogh descriptions of releva
Platform: | Size: 2500608 | Author: zhao yongqiang | Hits:

[3G developcoder

Description: Turbo乘积码[TPC]的编码程序,Turbo乘积码[TPC]作为一种分组的Turbo码,把码块的行和列都加以编码,使得行和列都有纠检错的能力。-Turbo Product Code [TPC] of the coding procedures, Turbo Product Code [TPC] as a division of Turbo code, the code block rows and columns are coded so that rows and columns have the ability to correct error.
Platform: | Size: 1024 | Author: 李海莲 | Hits:

[OtherCode_Craft_-_The_Practice_of_Writing_Excellent_Cod

Description: 指导程序员怎样实现从仅写出正确代码到优质易懂代码的飞跃。-Many programmers know how to write correct code- code that works. But not all know how to craft great code- code that is well written and easy to understand. Code Craft teaches programmers how to move beyond writing correct code to writing great code. The book covers code writing concerns, including code presentation style, variable naming, error handling, and security and the wider issues of programming in the real world, such as good teamwork, development processes, and documentation. Code Craft presents language-agnostic advice that is relevant to all developers, from an author with loads of practical experience. A Q&A section at the end of each chapter helps readers to review the material and makes the book suited for academic use as well.
Platform: | Size: 2320384 | Author: 陈运虎 | Hits:

[Other resourceLex

Description: 1.输入文件解析 2.正则表达式转化为NFA 3.多个NFA合并 4.NFA转换DFA 5代码生成 关于输入文件格式: 没有考虑对lex输入文件的出错处理,所以输入文件务必严格书写正确。 Lex中的正规表达式使用了以下运算符: [] | * @ ( ) 并且正规表达式中不能出现其他的子正规表达式。 如果想要在待识别的正则式中使用上述运算符,请使用转义符号,即\。 例如,如果想用*,可以写成\* -1. Analysis of the input file 2. Regular expressions into NFA 3. More than the combined NFA conversion 4.NFA Code Generation DFA 5 on input file format: There is no consideration of the lex input file error handling, the input file must be written in strict correct. Lex in the regular expression operators used the following: [] |* @ () and regular expressions can not be a subset of other regular expressions. If you want to be identified in the regular-type operator to use the above, please use the escape symbol, that is, \. For example, if you want to use*, can be written in \*
Platform: | Size: 17408 | Author: 顾添锦 | Hits:

[Communication-Mobilehamming

Description: The following code takes input as k bits of message and then gives the possible codewords that could be put into channel inorder to transmit it.Thereafter, it asks the user to introduce an error in any of its bits and then at the receiver end it detects and decodes the errorneous pattern and shows the correct code that was transmitte-The following code takes input as k bits of message and then gives the possible codewords that could be put into channel inorder to transmit it.Thereafter, it asks the user to introduce an error in any of its bits and then at the receiver end it detects and decodes the errorneous pattern and shows the correct code that was transmitte
Platform: | Size: 1024 | Author: Rafal | Hits:

[Communication-MobileiFFT

Description: error correct coding的iFFT,在編碼過程中的重要編碼之一,屬於是ieee 802.16裡的bpsk。-error correct coding of iFFT, in the encoding process, one of the important code belongs to is the ieee 802.16 inside bpsk.
Platform: | Size: 11264 | Author: 張日 | Hits:

[Embeded Linuxhamming

Description: Hamming code is an error- correction code that can be used to detect single and double-bit errors and correct single-bit errors that can occur when binary data is transmitted from one device into an- other.
Platform: | Size: 1024 | Author: xbox168 | Hits:

[Program docBCH-code-_matlab

Description: 循环码是线性分组码中最重要的一种子类,是目前研究得比较成熟的一类码。它的检、纠错能力较强,编码和译码设备并不复杂,而且性能较好,不仅能纠正随机错误,也能纠正突发错误。循环码还有易于实现的特点,很容易用带反馈的移位寄存器实现其硬件 。循环码具有许多特殊的代数性质,这些性质有助于按照要求的纠错能力系统地构造这类码,并且简化译码算法,目前发现的大部分线性码与循环码有密切关系正是由于循环码具有码的代数结构清晰、性能较好、编译码简单和易于实现的特点,因此在目前的计算机纠错系统中所使用的线性分组码几乎都是循环码。-Cyclic code is a linear block code in a subclass of the most important, is the more mature studied a class of code. Its inspection, error correction ability, encoding and decoding equipment is not complicated, and the performance is better, not only can correct random errors, burst errors can be corrected. Cyclic codes also easy to implement features, it is easy to use feedback shift registers with its hardware. Cyclic code has a number of special algebraic properties, these properties contribute to the error correction capability as required to construct this type of system code, and simplifies the decoding algorithm, currently found in most linear codes and cyclic codes are closely related it is precisely because cyclic code with the code of the algebraic structure of a clear, better performance, encoding and decoding features simple and easy to implement, so the correction in the current computer system used by almost all linear block codes, cyclic codes.
Platform: | Size: 81920 | Author: 胡志宏 | Hits:

[AI-NN-PRCRC3.0

Description: 此代码的功能是实现网络纠错当中的循环冗余码纠错法,即输入一个初使二进制比特流与生成多项式可以得出一个拥有循环冗余纠错码的二进制比特流,此比特流如果转输到目的地就可以进行差错验证了,以保证代码的正确传输。代码注释里有详细的测试数据与说明。-This code is a network error-correcting function among the cyclic redundancy code error correction method, that is early to make a binary input bit stream generator polynomial can be drawn with a cyclic redundancy error correction code with a binary bit stream, this bit flow to the destination if the transfusion errors can be verified to ensure the correct transmission of the code. Code comments are detailed test data and instructions.
Platform: | Size: 1024 | Author: 刘伟强 | Hits:

[matlabRS-MATLAB-code

Description: Reed-So lomon (RS)码是目前最有效、应用最广的差错控制编码之一,是一类具有很强纠错能力的多进制BCH 码,它既可以纠正突发误, 也可以纠正随机错误。视、磁记录系统等方面。本文用matlab详细仿真实现RS编译码-Reed-So lomon (RS) code is the most effective, the most widely used one of error-controlling codes, is a kind of strong ability of the error correction into BCH code, it can correct mistakes sudden, also can correct random errors. RS code is mainly used in real-time higher mobile communications system, the deep space communications, digital satellite television, magnetic recording system, etc. In this paper, using matlab detailed simulation (RS decoder
Platform: | Size: 179200 | Author: 孟君 | Hits:

[OtherError-Correct-Coding

Description: 关于纠错码的很好的书籍。讲述了各种纠错码的原理-The error correcting code of good books. About the principle of a variety of error-correcting code
Platform: | Size: 4199424 | Author: bill | Hits:

[Algorithmregular-LDPC-code

Description: Low Density Parity Check (LDPC) 信道编码的C程序。二部图连接关系的输入在20000.10000.3.631.txt 文件中。文件中的参数包括check,ariable节点的度数,具体的连接关系。可根据具体需要,需改你所需的txt文件,从而实现任意参数的LDPC程序仿真。经验证,此程序的性能正确,符合理论文献中的结果。-Low Density Parity Check (LDPC) codes simulation C program. This program is developed by Seishi Takamura in Stanford University. This program can realized the simulation of ber performance of regular LDPC codes. The code structure is defined by the*.txt file including the check node degree, variable node degree and the connection indices between the nodes in the bipartite graph. If you want to simulate LDPC codes with other parameters, you can only modify this input .txt file. I have tested this program and the logic is correct and performance is also accurate in the Bit error rate. In addition, the syntax of this program is so easy to learn. Generally speaking, it is a very good example for the rookie people working in the channel coding area.
Platform: | Size: 284672 | Author: 金琦 | Hits:

[Software EngineeringNANDFlash-controller-BCH-code

Description: 提出一种应用于 NAND Flash 控制器的并行 BCH 编/译码器,在译码阶段引入流水线操作和分组预取译码操作,提升 BCH 码的译 码效率。实验结果表明,在 NAND Flash 的 2 KB 页读取操作中,该编/译码器纠正 8 bit 的随机错误只需要 565 个周期的译码时间,是采用按页预取译码方式所需时间的 1/4。 -Anew architecture of parallel BCH encoder and decoder applied in NAND Flash Controller is proposed. In order to obviously increase the throughput of decoder, pipeline operation and prefetch decoding in group operation are applied in the design. It takes 565 cycles to correct 8 bit random error after NAND Flash’s 2 KB page read operation, which is a quarter of the time cost by prefetch & decode in page.
Platform: | Size: 1088512 | Author: misslu | Hits:

[Picture Viewercorrect

Description: 图像盲分离正检率和误检率代码,适合图像盲分离检测置换图像正确分离的情况-Image blind source separation is inspection rate and the detection error rate code, suitable for image blind source separation detection displacement image separation correctly
Platform: | Size: 1024 | Author: 王娟 | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net